Contribution org.nuxeo.elasticsearch.work.config--queues
In component org.nuxeo.elasticsearch.work.config
org.nuxeo.elasticsearch.work.config
inside nuxeo-elasticsearch-core-8.10.jar /OSGI-INF/workmanager-contrib.xml
This contribution is part of XML component Extension Point
Extension point queues of component service.Contributed Items
XML Source
<extension point="queues" target="org.nuxeo.ecm.core.work.service">
<queue id="elasticSearchIndexing">
<name>ElasticSearch Indexing</name>
<maxThreads>4</maxThreads>
<!-- <usePriority>true</usePriority> -->
<category>elasticSearchIndexing</category>
<clearCompletedAfterSeconds>90</clearCompletedAfterSeconds>
</queue>
</extension>